home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Communication
/
Weather
/
Source
/
StormFunc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-11-14
|
500b
|
21 lines
/* global functions defined in Storm.m */
#ifndef STORMFUNC_H
#define STORMFUNC_H
extern char *path(char *s);
extern void message(char *fmt, ...);
extern void Put(char *fmt, ...);
extern char *pgets(char *s, int n);
extern char *Flush(char *s);
extern void setText(char *s);
extern void openFile(char *s);
extern void setFile(char *s);
extern void logout(void);
extern void setFetchText(char *s);
extern int ensurelogin(void);
extern void fetchReports(void );
extern void Command(char *s);
#endif